File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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 ) {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11/* JavaScript Boilerplate helper file *
22 * @version 1.1
3+ * GIT URL - https://github.com/mdarif/JavaScript-Boilerplate
34 */
45
56( function ( MODULE , $ , undefined ) {
Original file line number Diff line number Diff line change 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' ;
You can’t perform that action at this time.
0 commit comments