Skip to content

Commit

Permalink
Changes in examples <markup/>
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Jan 27, 2012
1 parent 119297c commit 77b8c40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/kitchen-sink/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchen-sink/app/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ App.Services = (function(lng, App, undefined) {
console.error('SYNC', response);
};

//mockProfiles();
mockProfiles();
/*
return {
mockProfiles: mockProfiles
Expand Down
4 changes: 2 additions & 2 deletions examples/release-test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -456,7 +456,7 @@ <h1 class="title">Others</h1>
</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>
Expand Down

0 comments on commit 77b8c40

Please sign in to comment.