Skip to content

Commit

Permalink
Updated the repo GIT url in all the required files
Browse files Browse the repository at this point in the history
  • Loading branch information
mdarif committed Dec 16, 2013
1 parent 362fb3e commit 41c734e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/demo/js/fb.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* Facebook implementation main config file *
* @version 1.1
* GIT URL - https://github.com/mdarif/JavaScript-Boilerplate
*/

(function (FBDemo, $, undefined) {
Expand Down
2 changes: 1 addition & 1 deletion src/demo/js/fb.friends.list.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Facebook implementation main scripting file *
* Author: SapientNitro (2011) (http://www.sapient.com)
* @version 1.1
* GIT URL - https://github.com/mdarif/JavaScript-Boilerplate
*/

/* FBDemo (our namespace name) and undefined are passed here
Expand Down
4 changes: 3 additions & 1 deletion src/js/_.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
/* JavaScript Boilerplate configuration file *
* @version 1.1
* GIT URL - https://github.com/mdarif/JavaScript-Boilerplate
*/

/* Why do we need config?
* All URLs needed by the JavaScript
* Any strings that are displayed to the user
* Any HTML that needs to be created from JavaScript
* Settings (i.e., items per page)
* Repeated unique values
* Any value that may change in the future
*/
*/

(function (MODULE, $, undefined) {

Expand Down
1 change: 1 addition & 0 deletions src/js/_.helper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* JavaScript Boilerplate helper file *
* @version 1.1
* GIT URL - https://github.com/mdarif/JavaScript-Boilerplate
*/

(function (MODULE, $, undefined) {
Expand Down
6 changes: 4 additions & 2 deletions src/js/_.main.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
/* JavaScript Boilerplate main scripting file *
* @version 1.1
*/
* GIT URL - https://github.com/mdarif/JavaScript-Boilerplate
*/

/* MODULE (our namespace name) and undefined are passed here
* to ensure 1. namespace can be modified locally and isn't
* overwritten outside of our function context
* 2. the value of undefined is guaranteed as being truly
* undefined. This is to avoid issues with undefined being
* mutable pre-ES5.
*/
*/

(function (MODULE, $, undefined) {
'use strict';
Expand Down

0 comments on commit 41c734e

Please sign in to comment.