فهرست منبع

Changes in examples <markup/>

@soyjavi 14 سال پیش
والد
کامیت
77b8c4021d
3فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 1 1
      examples/kitchen-sink/app/app.js
  2. 1 1
      examples/kitchen-sink/app/services.js
  3. 2 2
      examples/release-test/index.html

+ 1 - 1
examples/kitchen-sink/app/app.js

@@ -3,7 +3,7 @@ var App = (function(lng, undefined) {
 
     lng.App.init({
         name: 'Kitchen Sink',
-        version: '1.1'
+        version: '1.1.1'
     });
 
     var _getEnvironmentFromQuoJS = (function() {

+ 1 - 1
examples/kitchen-sink/app/services.js

@@ -78,7 +78,7 @@ App.Services = (function(lng, App, undefined) {
         console.error('SYNC', response);
     };
 
-    //mockProfiles();
+    mockProfiles();
 /*
     return {
         mockProfiles: mockProfiles

+ 2 - 2
examples/release-test/index.html

@@ -18,7 +18,7 @@
     <link rel="apple-touch-icon-precomposed" href="assets/images/icon.png">
     <link rel="apple-touch-startup-image" href="assets/images/default.png">
     <!-- Main Stylesheet -->
-    <link rel="stylesheet" href="../../release/lungo-1.1.min.css">
+    <link rel="stylesheet" href="../../release/lungo-1.1.1.min.css">
     <link rel="stylesheet" href="../../release/lungo.theme.default.css">
 </head>
 
@@ -456,7 +456,7 @@
     </section>
 
     <!-- LungoJS (Production mode) -->
-    <script src="../../release/lungo-1.1.packed.js"></script>
+    <script src="../../release/lungo-1.1.1.packed.js"></script>
 
     <!-- LungoJS - Sandbox App -->
     <script src="app/app.js"></script>