nutella_framework 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,14 +7,13 @@ var RaisedButton = Mui.RaisedButton;
7
7
  var Footer = React.createClass({
8
8
 
9
9
  handleLogoutAll: function() {
10
- console.log('logout all');
10
+ nutella.net.publish('logout/all', '');
11
11
  },
12
12
 
13
13
  render: function () {
14
14
 
15
15
  var footerStyle = {
16
16
  height: (window.innerHeight * 0.1)
17
- //backgroundColor: 'grey'
18
17
  };
19
18
 
20
19
  return (
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nutella_framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Gnoli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-10 00:00:00.000000000 Z
11
+ date: 2015-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: semantic
@@ -618,6 +618,7 @@ files:
618
618
  - framework_components/roomcast-channel-creator/dist/fonts/ionicons.woff
619
619
  - framework_components/roomcast-channel-creator/dist/main.css
620
620
  - framework_components/roomcast-channel-creator/dist/nutella_lib.js
621
+ - framework_components/roomcast-channel-creator/dist/roomcast-default.png
621
622
  - framework_components/roomcast-channel-creator/gulp/config.js
622
623
  - framework_components/roomcast-channel-creator/gulp/tasks/browserify.js
623
624
  - framework_components/roomcast-channel-creator/gulp/tasks/build.js