Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sven Franck
todomvc
Commits
dcb5be3b
Commit
dcb5be3b
authored
Dec 10, 2013
by
Pascal Hartig
Committed by
Sindre Sorhus
Jan 12, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AngularDart: Add compiled JavaScript + SourceMap
closes #741
parent
6e93883b
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
67852 additions
and
4 deletions
+67852
-4
labs/architecture-examples/angular-dart/web/main.dart.js
labs/architecture-examples/angular-dart/web/main.dart.js
+67844
-0
labs/architecture-examples/angular-dart/web/main.dart.js.map
labs/architecture-examples/angular-dart/web/main.dart.js.map
+7
-0
labs/architecture-examples/angular-dart/web/packages/browser/dart.js
...ecture-examples/angular-dart/web/packages/browser/dart.js
+1
-4
No files found.
labs/architecture-examples/angular-dart/web/main.dart.js
0 → 100644
View file @
dcb5be3b
This diff is collapsed.
Click to expand it.
labs/architecture-examples/angular-dart/web/main.dart.js.map
0 → 100644
View file @
dcb5be3b
This diff is collapsed.
Click to expand it.
labs/architecture-examples/angular-dart/web/packages/browser/dart.js
View file @
dcb5be3b
...
@@ -11,10 +11,7 @@ if (navigator.userAgent.indexOf('(Dart)') === -1) {
...
@@ -11,10 +11,7 @@ if (navigator.userAgent.indexOf('(Dart)') === -1) {
// Fall back to compiled JS. Run through all the scripts and
// Fall back to compiled JS. Run through all the scripts and
// replace them if they have a type that indicate that they source
// replace them if they have a type that indicate that they source
// in Dart code.
// in Dart code (type="application/dart").
//
// <script type="application/dart" src="..."></script>
//
var
scripts
=
document
.
getElementsByTagName
(
"
script
"
);
var
scripts
=
document
.
getElementsByTagName
(
"
script
"
);
var
length
=
scripts
.
length
;
var
length
=
scripts
.
length
;
for
(
var
i
=
0
;
i
<
length
;
++
i
)
{
for
(
var
i
=
0
;
i
<
length
;
++
i
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment