Skip to content

Commit 41c734e

Browse files
committed
Updated the repo GIT url in all the required files
1 parent 362fb3e commit 41c734e

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

src/demo/js/fb.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Facebook implementation main config file *
22
* @version 1.1
3+
* GIT URL - https://github.com/mdarif/JavaScript-Boilerplate
34
*/
45

56
(function (FBDemo, $, undefined) {

src/demo/js/fb.friends.list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Facebook implementation main scripting file *
2-
* Author: SapientNitro (2011) (http://www.sapient.com)
32
* @version 1.1
3+
* GIT URL - https://github.com/mdarif/JavaScript-Boilerplate
44
*/
55

66
/* FBDemo (our namespace name) and undefined are passed here

src/js/_.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
/* JavaScript Boilerplate configuration file *
22
* @version 1.1
3+
* GIT URL - https://github.com/mdarif/JavaScript-Boilerplate
34
*/
5+
46
/* Why do we need config?
57
* All URLs needed by the JavaScript
68
* Any strings that are displayed to the user
79
* Any HTML that needs to be created from JavaScript
810
* Settings (i.e., items per page)
911
* Repeated unique values
1012
* Any value that may change in the future
11-
*/
13+
*/
1214

1315
(function (MODULE, $, undefined) {
1416

src/js/_.helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* JavaScript Boilerplate helper file *
22
* @version 1.1
3+
* GIT URL - https://github.com/mdarif/JavaScript-Boilerplate
34
*/
45

56
(function (MODULE, $, undefined) {

src/js/_.main.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
/* JavaScript Boilerplate main scripting file *
22
* @version 1.1
3-
*/
3+
* GIT URL - https://github.com/mdarif/JavaScript-Boilerplate
4+
*/
5+
46
/* MODULE (our namespace name) and undefined are passed here
57
* to ensure 1. namespace can be modified locally and isn't
68
* overwritten outside of our function context
79
* 2. the value of undefined is guaranteed as being truly
810
* undefined. This is to avoid issues with undefined being
911
* mutable pre-ES5.
10-
*/
12+
*/
1113

1214
(function (MODULE, $, undefined) {
1315
'use strict';

0 commit comments

Comments
 (0)