This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 539
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version number and author at the bottom of the page
- Loading branch information
Andre Medeiros
committed
Aug 9, 2014
1 parent
55668f1
commit 2a2a2c5
Showing
7 changed files
with
161 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
Sandbox = require 'rxmarbles/views/sandbox' | ||
OperatorsMenu = require 'rxmarbles/views/operators-menu' | ||
Package = require 'package.json' | ||
|
||
sandboxContainer = document.querySelector(".sandbox") | ||
sandboxContainer.appendChild(Sandbox.render()) | ||
|
||
operatorsMenuContainer = document.querySelector(".operators-menu-container") | ||
operatorsMenuContainer.appendChild(OperatorsMenu.render()) | ||
|
||
document.querySelector("#app-version").textContent = "v#{Package.version}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters