Skip to content

Commit

Permalink
Update mqtt_connection_html_websocket.dart
Browse files Browse the repository at this point in the history
Remove reference to dart:utf
  • Loading branch information
jnguillerme committed Oct 24, 2014
1 parent 84b4531 commit e532ade
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mqtt_connection_html_websocket.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ library mqtt_html_ws;
import 'dart:html';
import 'dart:async';
import 'mqtt_shared.dart';
import 'dart:utf';
import 'dart:typed_data';

class MqttConnectionHtmlWebSocket extends VirtualMqttConnection{
Expand Down

0 comments on commit e532ade

Please sign in to comment.